liblfds release 2 release note

Release date : 5th October 2009

What's New?

  1. Added an abstraction layer implementation for the Windows kernel.
  2. Corrected the #pragma pack commands to use ALIGN_DOUBLE_POINTER (they had accidentally been left with hard coded values which assumed a 64-bit CPU; works fine on 32-bit, but it's wasteful).
  3. Updated all calls to abstraction_aligned_malloc() to use ALIGN_SINGLE_POINTER/ALIGN_DOUBLE_POINTER.
  4. Removed two left-over unused defines from "freelist_internal.h".

Known Issues

None. Woot!